Write a program that computes the sum of the logarithms of all the primes from 2 to..... [closed]

Posted by JEEVAN on Stack Overflow See other posts from Stack Overflow or by JEEVAN
Published on 2010-06-16T05:45:11Z Indexed on 2010/06/16 5:52 UTC
Read the original article Hit count: 305

Filed under:
|

Write a program that computes the sum of the logarithms of all the primes from 2 to some number n, and print out the sum of the logs of the primes, the number n, and the ratio of these two quantities. Test this for different values of n.

© Stack Overflow or respective owner

Related posts about python

Related posts about homework